Move GdkVisual parallel-implementable
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Dec 2010 14:06:52 +0000 (09:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:56 +0000 (12:06 -0500)
commitc6a5074295c65b59bb88ae7a2ade37ae2c46d611
treed4fae75781cb10da24cb3c1b71e4f9e1e21dcf47
parent23a2b4221683765d5ff8f5c0dea33ee02dc45f66
Move GdkVisual parallel-implementable

It turned out no vfuncs were necessary. I've decided to move
the screen member up to GdkVisual, since it is the same in all
backends. The X11 backend subclasses now, to add the X members
that it needs to keep track of. GdkVisual and GdkVisualClass
are hidden now.
gdk/gdkinternals.h
gdk/gdkvisual.c
gdk/gdkvisual.h
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkscreen-x11.c
gdk/x11/gdkvisual-x11.c